/* Carousel */
:root {
  --yellow: #f1ca45;
}
#quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 30px;
  /* Control buttons  */
  /* Previous button  */
  /* Next button  */
  /* Changes the position of the indicators */
  /* Changes the color of the indicators */
}
#quote-carousel .carousel-control {
  background: none;
  color: #cacaca;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
#quote-carousel .carousel-control.left {
  left: -60px;
}
#quote-carousel .carousel-control.right {
  right: -60px;
}
/* #quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
} */
.carousel-indicators {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative !important;
  margin: 0% !important;
  width: 100% !important;
  bottom: 0% !important;
}
#quote-carousel .carousel-indicators li {
  width: 100%;
  height: 100%;
  margin: 5px;
  cursor: pointer;
  /* border: 4px solid #ccc; */
  /* opacity: 0.4; */
  overflow: hidden;
  transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active .st1 {
  fill: var(--yellow) !important;
}
#quote-carousel .carousel-indicators .active .st5 {
  fill: var(--yellow) !important;
}
#quote-carousel .carousel-indicators .active .bsn_year {
  color: var(--yellow);
}
/* .blog p {
  font-size: 16px;
} */
.item blockquote {
  border-left: none;
  margin: 0;
}
.item blockquote p:before {
  content: "\f10d";
  font-family: "Fontawesome";
  float: left;
  margin-right: 10px;
}

.carousel-indicators li {
  display: block !important;
}
.carousel-indicators li {
  text-indent: 0% !important;
  border-top: none !important;
  border-bottom: none !important;
  background-color: transparent !important;
}
.carousel-inner > .item {
  transition: 0.6s left !important;
}
.years_divs {
  width: 100%;
  text-align: left;
  margin-left: 10px;
}
@media (max-width: 820px) {
  .years_divs {
    width: 50%;
  }
}
